crypto/ecdh.PrivateKey.privateKey (field)
11 uses
crypto/ecdh (current package)
ecdh.go#L114: privateKey []byte
ecdh.go#L143: return append(buf[:0], k.privateKey...)
ecdh.go#L159: subtle.ConstantTimeCompare(k.privateKey, xx.privateKey) == 1
nist.go#L41: privateKey: bytes,
nist.go#L61: privateKey: privateKey.Bytes(),
nist.go#L70: bk, err := boring.NewPrivateKeyECDH(c.name, k.privateKey)
nist.go#L96: privateKey: bytes.Clone(key),
nist.go#L109: privateKey: bytes.Clone(key),
x25519.go#L64: privateKey: bytes.Clone(key),
x25519.go#L84: x25519ScalarMult(out, local.privateKey, remote.publicKey)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |